home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / armadilloknight.swf / scripts / frame_4 / PlaceObject2_90_912 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2006-05-08  |  162b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_parent.world.player.arrows == 0)
  3.    {
  4.       this._visible = false;
  5.    }
  6.    else
  7.    {
  8.       this._visible = true;
  9.    }
  10. }
  11.